Direct Integration API icon

Direct Integration API

(0 reviews)

Party Household

Sample Request

{
    "Package": {
        "Content": {
            "Application": {
                "PersonApplicant": [
                    {
                        "@x_Household": "fa86c8054f4c"
                    }
                ],
                "Household": [{
                    "Dependant": [{
                        "@Age": "99",
                        "@DateOfBirth": "2023-02-08",
                        "@Name: "John Doe",
                        "@UniqueID": "eb4f68665745"
                    }],
                    "ExpenseDetails": {
                        "LivingExpense": [
                            {
                                "@Category": "Childcare",
                                "@Amount": "123.23",
                                "@Frequency": "Monthly",
                                "@UniqueID": "eb4f68665745"
                            },
                            {
                                "@Category": "Clothing and personal care",
                                "@Amount": "100",
                                "@Frequency": "Monthly",
                                "@UniqueID": "eb4f68665745"
                            },
                            {
                                "@Category": "Groceries",
                                "@Amount": "100",
                                "@Frequency": "Monthly",
                                "@UniqueID": "eb4f68665745"
                            },
                            {
                                "@Category": "Medical and health",
                                "@Amount": "100",
                                "@Frequency": "Monthly",
                                "@UniqueID": "eb4f68665745"
                            },
                            {
                                "@Category": "Other",
                                "@Amount": "100",
                                "@Frequency": "Monthly",
                                "@UniqueID": "eb4f68665745"
                            },
                            {
                                "@Category": "Recreation and entertainment",
                                "@Amount": "100",
                                "@Frequency": "Monthly",
                                "@UniqueID": "eb4f68665745"
                            },
                            {
                                "@Category": "Telephone, internet, pay TV and media streaming subscriptions",
                                "@Amount": "100",
                                "@Frequency": "Monthly",
                                "@UniqueID": "eb4f68665745"
                            }
                        ],
                        "OtherCommitment": [
                            {
                                "@Category": "Rent",
                                "@Amount": "400.10",
                                "@Frequency": "Monthly",
                                "@UniqueID": "eb4f68665745"
                            }
                        ]
                    },
                    "@Name": "Abbott Household",
                    "@NumberOfAdults": "1",
                    "@NumberOfDependants": "1",
                    "@SequenceNumber": "0",
                    "@UniqueID": "fa86c8054f4c"
                }]
            }
        }
    }
}

Detailed description of each field:
Field NameDescriptionTypePathRequiredEnumerationsNote
PersonApplicantContains applicant details where the applicant is a person, being either a borrower or a guarantor, and may be acting for a TrustobjectPackage.Content.Application.PersonApplicant
@x_HouseholdLinks to a Household elementstringPackage.Content.Application.PersonApplicant.x_HouseholdYes
HouseholdA household to which one or more person applicants belong, used in relation to the calculation of household living expensesarrayPackage.Content.Application.Household
@NameA descriptive name for the householdstringPackage.Content.Application.Household.NameYes
@NumberOfAdultsThe number of adults in the householdintegerPackage.Content.Application.Household.NumberOfAdultsYes
@NumberOfDependantsThe number of dependants in this applicant householdintegerPackage.Content.Application.Household.NumberOfDependantsYes
@UniqueIDUnique identification for the householdstringPackage.Content.Application.Household.UniqueIDYes
ExpenseDetailsThe set of expenses declared for the household, including Living Expenses and Other CommitmentsobjectPackage.Content.Application.Household.ExpenseDetails
LivingExpenseContains the details of a single line item that forms part of the household's declared living expensesobjectPackage.Content.Application.Household.ExpenseDetails.LivingExpense
@AmountThe dollar amount of this particular living expense for the household as declared by the applicantnumberPackage.Content.Application.Household.ExpenseDetails.LivingExpense.AmountYesMandatory if Living Expenses exists
@CategoryThe category that this declared living expense falls understringPackage.Content.Application.Household.ExpenseDetails.LivingExpense.CategoryYesGroceries, Childcare, Public or Government Primary and Secondary Education, Clothing and Personal Care, Telephone Internet Pay TV Media Streaming Subscriptions, General Basic Insurance, Medical And Health, Transport, Recreation And Entertainment, Primary Residence Running Costs, Investment Property Running Costs, Other Living Expenses, Rent, Child And Spousal Maintenance, Other CommitmentsMandatory if Living Expenses exists
@FrequencyThe frequency that corresponds to the declared amount for this particular Living ExpensestringPackage.Content.Application.Household.ExpenseDetails.LivingExpense.FrequencyYesDaily, Fortnightly, Half Yearly, Monthly, Quarterly, Weekly, YearlyMandatory only if Living Expense Amount is not null
@UniqueIDUnique Identifier for this living expensstringPackage.Content.Application.Household.ExpenseDetails.LivingExpense.UniqueID
OtherCommitmentContains the details of a single line item that forms part of the household's commitments other than living expensesobjectPackage.Content.Application.Household.ExpenseDetails.OtherCommitment
@AmountThe dollar amount of this particular commitment for the household as declared by the applicantnumberPackage.Content.Application.Household.ExpenseDetails.OtherCommitment.AmountYesMandatory if Other Commitment exists
@CategoryThe category that this declared other commitment falls understringPackage.Content.Application.Household.ExpenseDetails.OtherCommitment.CategoryYesMandatory if Other Commitment exists
@FrequencyThe frequency that corresponds to the declared amount for this particular commitmentstringPackage.Content.Application.Household.ExpenseDetails.OtherCommitment.FrequencyYesDaily, Fortnightly, Half Yearly, Monthly, Quarterly, Weekly, YearlyMandatory if Other Commitment Amount is not null
@UniqueIDUnique Identifier for this commitmentstringPackage.Content.Application.Household.ExpenseDetails.OtherCommitment.UniqueID

Reviews